object frDesOptionsForm: TfrDesOptionsForm Left = 202 Top = 110 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Designer options' ClientHeight = 396 ClientWidth = 353 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnHide = FormHide PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 4 Top = 4 Width = 345 Height = 353 ActivePage = Tab1 TabOrder = 0 object Tab1: TTabSheet Caption = 'Designer' object GroupBox1: TGroupBox Left = 4 Top = 4 Width = 161 Height = 65 Caption = 'Grid' TabOrder = 0 object CB1: TCheckBox Left = 8 Top = 20 Width = 145 Height = 17 HelpContext = 66 Caption = 'Show grid' State = cbChecked TabOrder = 0 end object CB2: TCheckBox Left = 8 Top = 40 Width = 145 Height = 17 HelpContext = 75 Caption = 'Align to grid' State = cbChecked TabOrder = 1 end end object GroupBox2: TGroupBox Left = 172 Top = 4 Width = 161 Height = 65 Caption = 'Moving' TabOrder = 1 object Label1: TLabel Left = 28 Top = 18 Width = 125 Height = 43 AutoSize = False Caption = 'Show object contents when moving or resizing' FocusControl = CB6 WordWrap = True OnClick = Label1Click OnDblClick = Label1Click end object CB6: TCheckBox Left = 8 Top = 20 Width = 17 Height = 17 HelpContext = 186 TabOrder = 0 end end object GroupBox3: TGroupBox Left = 172 Top = 74 Width = 161 Height = 85 Caption = 'Report units' TabOrder = 2 object RB6: TRadioButton Left = 8 Top = 20 Width = 133 Height = 17 HelpContext = 102 Caption = 'Pixels' Checked = True TabOrder = 0 TabStop = True end object RB7: TRadioButton Left = 8 Top = 40 Width = 133 Height = 17 HelpContext = 112 Caption = 'MM' TabOrder = 1 end object RB8: TRadioButton Left = 8 Top = 60 Width = 133 Height = 17 HelpContext = 121 Caption = 'Inches' TabOrder = 2 end end object GroupBox4: TGroupBox Left = 4 Top = 74 Width = 161 Height = 85 Caption = 'Grid size' TabOrder = 3 object RB1: TRadioButton Left = 8 Top = 20 Width = 145 Height = 17 HelpContext = 131 Caption = '4 pixels' Checked = True TabOrder = 0 TabStop = True end object RB2: TRadioButton Left = 8 Top = 40 Width = 145 Height = 17 HelpContext = 141 Caption = '8 pixels' TabOrder = 1 end object RB3: TRadioButton Left = 8 Top = 60 Width = 145 Height = 17 HelpContext = 151 Caption = '18 pixels (5mm)' TabOrder = 2 end end object GroupBox5: TGroupBox Left = 4 Top = 214 Width = 329 Height = 107 Caption = 'Other' TabOrder = 4 object CB3: TCheckBox Left = 8 Top = 16 Width = 133 Height = 17 HelpContext = 161 Caption = 'Colored buttons' State = cbChecked TabOrder = 0 end object CB4: TCheckBox Left = 8 Top = 38 Width = 221 Height = 17 HelpContext = 171 Caption = 'Editing after insert' TabOrder = 1 end object CB5: TCheckBox Left = 8 Top = 60 Width = 225 Height = 17 HelpContext = 194 Caption = 'Show band titles' TabOrder = 2 end object CB7: TCheckBox Left = 8 Top = 82 Width = 293 Height = 17 Caption = 'Localized property names' TabOrder = 3 end end object GroupBox6: TGroupBox Left = 4 Top = 164 Width = 329 Height = 45 Caption = 'Page position' TabOrder = 5 object RB9: TRadioButton Left = 8 Top = 18 Width = 81 Height = 17 HelpContext = 212 Caption = 'Center' Checked = True TabOrder = 0 TabStop = True end object RB10: TRadioButton Left = 100 Top = 18 Width = 77 Height = 17 HelpContext = 212 Caption = 'Left' TabOrder = 1 end object RB11: TRadioButton Left = 192 Top = 18 Width = 113 Height = 17 HelpContext = 212 Caption = 'Right' TabOrder = 2 end end end object Tab2: TTabSheet Caption = 'Editor' object GroupBox7: TGroupBox Left = 4 Top = 4 Width = 329 Height = 141 Caption = 'Text editor' TabOrder = 0 object Label2: TLabel Left = 32 Top = 62 Width = 53 Height = 13 Alignment = taRightJustify Caption = 'Font name:' end object Label3: TLabel Left = 249 Top = 62 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Size:' end object ERB1: TRadioButton Left = 8 Top = 20 Width = 297 Height = 17 HelpContext = 222 Caption = 'Use object'#39's font settings' Checked = True TabOrder = 0 TabStop = True OnClick = ERB1Click end object ERB2: TRadioButton Left = 8 Top = 40 Width = 297 Height = 17 HelpContext = 232 Caption = 'Use fixed settings:' TabOrder = 1 OnClick = ERB1Click end object TextFontNameCB: TfrFontComboBox Left = 88 Top = 60 Width = 133 Height = 19 HelpContext = 242 ShowMRU = False MRURegKey = '\Software\FastReport\MRUFont' DropDownCount = 12 ItemHeight = 0 TabOrder = 2 OnChange = TextFontNameCBChange end object TextFontSizeCB: TfrComboBox Left = 273 Top = 60 Width = 44 Height = 19 HelpContext = 250 ItemHeight = 13 Items.Strings = ( '8' '9' '10' '11' '12' '14') TabOrder = 3 Text = '10' ItemIndex = 2 OnChange = TextFontNameCBChange end object SampleTextPanel: TPanel Left = 12 Top = 88 Width = 305 Height = 41 HelpContext = 265 BevelOuter = bvLowered Caption = 'AaBb����' Color = clWindow TabOrder = 4 end end object GroupBox8: TGroupBox Left = 4 Top = 150 Width = 329 Height = 103 Caption = 'Script editor' TabOrder = 1 object Label4: TLabel Left = 32 Top = 22 Width = 53 Height = 13 Alignment = taRightJustify Caption = 'Font name:' end object Label5: TLabel Left = 249 Top = 22 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Size:' end object ScriptFontNameCB: TfrFontComboBox Left = 88 Top = 20 Width = 133 Height = 19 HelpContext = 270 ShowMRU = False MRURegKey = '\Software\FastReport\MRUFont' DropDownCount = 12 ItemHeight = 0 TabOrder = 0 OnChange = ScriptFontNameCBChange end object ScriptFontSizeCB: TfrComboBox Left = 273 Top = 20 Width = 44 Height = 19 HelpContext = 280 ItemHeight = 13 Items.Strings = ( '8' '9' '10' '11' '12' '14') TabOrder = 1 Text = '10' ItemIndex = 2 OnChange = ScriptFontNameCBChange end object SampleScriptPanel: TPanel Left = 12 Top = 48 Width = 305 Height = 41 HelpContext = 290 BevelOuter = bvLowered Caption = 'AaBb����' Color = clWindow TabOrder = 2 end end end end object Button1: TButton Left = 194 Top = 366 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 274 Top = 366 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end